home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / asyam.zip / README.1ST < prev    next >
Text File  |  1993-06-24  |  3KB  |  62 lines

  1. .   .   .   .   ########################################## .   .   .   .
  2.   .   .   .   . ##                                      ##   .   .   .   .
  3. .   .   .   .   ##   Async Tools for the Async Minded   ## .   .   .   .
  4.   .   .   .   . ##   ================================   ##   .   .   .   .
  5. .   .   .   .   ##           Scott A. Deming            ## .   .   .   .
  6.   .   .   .   . ##          sad@umcc.umich.edu          ##   .   .   .   .
  7. .   .   .   .   ##   No version yet, and no real name.  ## .   .   .   .
  8.   .   .   .   . ##                                      ##   .   .   .   .
  9. .   .   .   .   ########################################## .   .   .   .
  10. ==========================================================================
  11. I know this isn't much documentation, but I just threw these routines
  12. together this last week (6-24-93).  They are fresh, and probably quite
  13. buggy.  I haven't even assigned a version number to the library yet since
  14. there is so much work to be done still.  I just wanted to get this code
  15. out so I could get some feedback on the routines so far.  The majority
  16. (almost ALL) of this code was taken from Chris Blum's "Summary on Serial
  17. Communications Using the TTY Protocol" with a release date of 18 Jun 1993
  18. release 7.  It's a great summary.  It's not an exact duplicate in most
  19. places, but a believe a couple routines will be nearly identical.  Notice
  20. also that this is done with ZERO assembly, as I'm just now starting to
  21. learn i286/386 assembly.
  22.  
  23. I've included a terminal program to get you started, but since this
  24. documentation is so lousy, you might have some difficulty.  I will make it
  25. better in the future, but as for now the terminal program and what you see
  26. here is all that you get.  Of course you get the source code too, which
  27. should help out quite a bit.
  28.  
  29. Enough rambling for now.  If you have any suggestions, flames, comments,
  30. cash prizes, trips for two, or winning lotto tickets, please send them
  31. to:
  32.  
  33.         Scott A. Deming
  34.         14985 Brookview Dr.  Apt. 201
  35.         Riverview, MI  48192
  36.  
  37. Or better yet, email me at:
  38.  
  39.         sad@umcc.umich.edu
  40.  
  41. Special thanks to Chris Blum and everyone who helped him with his summary.
  42. I love your work Chris, keep it up.
  43.  
  44. BTW: I'm not in this to make any money, I just needed some good serial
  45. routines, and these are off on a good start.  They will ALWAYS be FREE
  46. and will ALWAYS have complete source code.  But, they are still:
  47.  
  48. Copyright (c in a circle) 1993, by Scott A. Deming.
  49. Portions (C) Copyright 1993 by Chris Blum.
  50. ALL RIGHTS RESERVED.
  51.  
  52. If you use these routines for anything useful, drop me a line.  I'd love
  53. to hear about it.
  54.  
  55. One more thing, no I never shut up.  Please don't get too upset with my
  56. makefile.  It's a prj2mak makefile made with Borland C++ 3.1.  No, I
  57. don't have a project file for this, I just had an old makefile lying
  58. around and adopted it.  The truth is.  I don't really know how to make
  59. a makefile that well yet.  Ahh my ignorance is irritating.
  60.  
  61. Bye.
  62.